Return created_at

Brightcells 7 anni fa
parent
commit
b2c1f2b217
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      integral/models.py

+ 1 - 0
integral/models.py

@@ -53,6 +53,7 @@ class SaleclerkIntegralIncomeExpensesInfo(BaseModelMixin):
53 53
             'integral': self.integral,
54 54
             'modelName': self.model_name,
55 55
             'serialNo': self.code,
56
+            'created_at': self.created_at,
56 57
         }
57 58
 
58 59